home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: cdf.toronto.edu!g2yantc
- From: g2yantc@cdf.toronto.edu (Wilfred)
- Subject: unresolve external error? (question on LIB files)
- Message-ID: <DLFt61.E4x@cdf.toronto.edu>
- Sender: news@cdf.toronto.edu (Usenet News)
- Nntp-Posting-Host: eddie
- Organization: University of Toronto, Computing Disciplines Facility
- Date: Fri, 19 Jan 1996 16:44:24 GMT
-
-
- Hi I have the Microsoft IMSL Fortran libraries on bunch of stats and
- maths functions. according to them they can be used with MSVC++. So I
- copy the stats.h to my c:\msvc20\include and stats.lib (5MB size) to my
- c:\msvc20\lib. When I write a small program to call the function, the
- program compiles ok but there is a link error ' unresolve external the
- function name that I am calling'.
-
- Am I doing anything worng or there are some utils to convert LIB to
- DLL? or the LIB is not compatible at all? Any advice or suggestion would
- be much appreciated.
-
- Thanks
-